Download Postman collection
Relative URI |
Method |
Success Code |
Description |
---|---|---|---|
|
|
|
Get all global keys. |
|
|
Delete all global keys and values. Be careful with this API! |
|
|
|
|
Get the value associated with the key. |
|
|
Create/update the value associated with the key. |
|
|
|
Delete the key and value. |
|
|
|
|
Get all keys stored underneath a specific resource in your account. |
|
|
Delete all keys and values stored underneath the resource. Be careful with this API! |
|
|
|
|
Get the resource specific value associated with the key. |
|
|
Create/update the resource specific value associated with the key. |
|
|
|
Delete the resource specific key and value. |
Note
The key stored underneath the import (that we just created above) was not returned. Only global keys are returned by the top level GET
/state
API. To return all keys underneath a specific resource, use the more specific state API for that resource. For example, GET /imports/55c•••••••••••05d/state
GET /v1/state HTTP/1.1 Host: api.integrator.io Authorization: Bearer my_api_token
GET /v1/imports/55c•••••••••••••05d/state HTTP/1.1 Host: api.integrator.io Authorization: Bearer my_api_token
Comments
Please sign in to leave a comment.