Skip to main content

Validate user details

GET /api/v1/users/

Description

Validate user details for a specific country and tenant.

Headers:

  • Content-Type: application/json
  • Key: service-api-key (Required)
  • Key: service-api-code (Required)

URL: /api/v1/users/:userId/countries/:countryCode/tenants/:tenantId/validate-details?businessId=

Path Parameters:

  • userId (Required): User ID
  • countryCode (Required): Country code
  • tenantId (Required): Tenant ID

Query Parameter:

  • businessId (Required): Business ID

Response: The response is "OK" with a code of 200.

/api/v1/users/:userId/countries/:countryCode/tenants/:tenantId/validate-details?businessId=<string>

Headers

Content-TypeValue
service-api-keystring

Headers

Content-TypeValue
service-api-codestring

Query Params

Paramvalue
businessIdstring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/users/ \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!