Retrieve a provider

Retrieves a provider object by its ID.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

provider_idstringRequiredformat: "pr_.+"

Response

OK
idstringformat: "pr_.+"

Unique identifier for the provider. Prefixed with pr_.

namestring
The name of the provider.
descriptionstring
Description of the provider.
website_urlstring
The provider's main website URL.
logo_urlstring
URL to the provider's logo image.
support_phonestring
Customer support phone number.
supported_countrieslist of enums
List of countries supported by this provider.
objectstring or nullRead-only

Object type. Always provider.

employer_platform_urlstring or null

URL to the employer portal/platform for this provider, if available.

Errors