Request
Body Params application/json
{
"client_id": "string",
"client_secret": "string",
"scopes": "search:properties",
"api_key": "string"
}
Request Code Samples
curl --location --request POST '/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string",
"scopes": "search:properties",
"api_key": "string"
}'
Responses
application/json {
"accessToken": "string",
"refreshToken": "string"
}
Modified at 2024-11-12 23:05:01