Skip to main content
GET
/
match-pro
/
{customerId}
/
environment
Get Match Pro Environment
curl --request GET \
  --url https://api.joinworth.com/integration/api/v1/match-pro/{customerId}/environment \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "environment": "mtf"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

UUID of the customer tenant. Must belong to the authenticated caller's tenant.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

Resolved Match Pro environment for the customer tenant.

status
enum<string>
Available options:
success
data
object