Supported company types
GET
/api/companies/supported/{countryCode}
Code sample: Shell / cURL
curl --request GET \ --url https://api.ztlpay.io/api/companies/supported/NO \ --header 'Authorization: Bearer <token>'Get list of supported company types
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”countryCode
required
string
Example
NOResponses
Section titled “Responses”Successfully retrieved entries
Media typeapplication/json
Array<object>
object
code
required
Company type code
string
description
required
Company type description
string
Example
[ { "code": "AS", "description": "Aksjeselskap" }]