Create Callback State
POST {{baseUrl}}/vault/connections/:unified_api/:service_id/callback-state
This endpoint creates a callback state that can be used to issue requests to the callback endpoint.
Request Body
{"redirect_uri"=>"https://example.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status_code":200,"status":"OK","data":{"state":"123e4567-e89b-12d3-a456-426614174000"}}