Authorizations
API Keys can be issued in the Orb's web application.
curl --request GET \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25",
"status": "not_started"
}
curl --request GET \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25",
"status": "not_started"
}
API Keys can be issued in the Orb's web application.
Was this page helpful?