Skip to main content
GET
/
Company
/
{companyReferenceId}
/
Status
Check company status
curl --request GET \
  --url https://api.trysynch.com/Company/{companyReferenceId}/Status \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.synchpay.dev/llms.txt

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

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Path Parameters

companyReferenceId
string
required

Response

OK

status
string | null
Last modified on April 28, 2026