Skip to main content
GET
Get identification type

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Query Parameters

customer_id
string

Unique identifier of the customer. If provided, country and type are not required.

country
string

Two-letter country code (e.g., NG). Required if customer_id is not provided.

Required string length: 2
type
enum<string>

Customer type. Required if customer_id is not provided. Possible values: business, individual.

Available options:
business,
individual

Response

Identification type retrieved successfully.

message
string
required
data
object
required