🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request POST \
--url https://api.example.com/api/bridge/v1/available-providers/{provider_controller_type_id}/available-credentials/{credential_controller_type_id}/credential/user-credential/broker \
--header 'Content-Type: application/json' \
--data '
{
"provider_instance_id": "<string>"
}
'{
"action": {
"Redirect": {
"url": "<string>"
}
},
"created_at": "2023-11-07T05:31:56Z",
"credential_controller_type_id": "<string>",
"id": "<string>",
"metadata": {},
"provider_controller_type_id": "<string>",
"provider_instance_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "broker_state"
}Start the OAuth flow for user credential brokering
curl --request POST \
--url https://api.example.com/api/bridge/v1/available-providers/{provider_controller_type_id}/available-credentials/{credential_controller_type_id}/credential/user-credential/broker \
--header 'Content-Type: application/json' \
--data '
{
"provider_instance_id": "<string>"
}
'{
"action": {
"Redirect": {
"url": "<string>"
}
},
"created_at": "2023-11-07T05:31:56Z",
"credential_controller_type_id": "<string>",
"id": "<string>",
"metadata": {},
"provider_controller_type_id": "<string>",
"provider_instance_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "broker_state"
}Provider controller type ID
Credential controller type ID
Start user credential brokering
Show child attributes
Show child attributes
broker_state