Skip to content

Signatory Retrieval

Operations for retrieving company signatory information

Retrieve company signatory information

Request

Retrieves signatory information for a company based on search parameters. Returns 404 if not found or 400 for invalid input.

Security
bearerToken
Query
searchnumberstring, <= 10 charactersrequired

Organization number (10 digits)

languagestring

The language for the response. Defaults to 'en'.

Enum:"en""sv"
transactionidstring, <= 14 characters

Customer's internal information (customer/invoice number). Recommended to use this field as it can be helpful in tracking your call in Creditsafe logs

curl -i -X GET \
  'https://se-webservice.apps.creditsafe.com/getsignatory?searchnumber=string&language=en&transactionid=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful response with signatory information and metadata

Bodyapplication/json
metaDataobjectrequired

Audit metadata for the API call

reportobjectrequired

Signatory information for the company.

Response
{ "metaData": { "apiLogId": 233255, "timeStamp": "2025-10-06T06:12:03", "resource": "GetSignatory (1227)", "method": "GET", "requestUrl": "https://se-webservice.apps.creditsafe.com/getsignatory?searchnumber=5565144408" }, "report": { "companyId": "5565144408", "coverage": "complete", "adminSign": [], "combinations": [] } }