Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the currently accessible company for the given token. Please note, the returned fields depend on the scopes that are enabled for your access token or API key.

Example Output

{
	"value": {
		"address": {
			"city": "string",
			"country": "string",
			"state": "string",
			"streetLine1": "string",
			"streetLine2": "string",
			"zip": "string"
		},
		"id": "string",
		"name": "string",
		"phone": "string",
		"primaryEmail": "string",
		"workLocations": [
			{
				"address": {
					"city": "string",
					"country": "string",
					"state": "string",
					"streetLine1": "string",
					"streetLine2": "string",
					"zip": "string"
				},
				"id": "string",
				"nickname": "string"
			}
		]
	}
}

Workflow Library Example

Get Companies with Rippling and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop