Authentication
M2M Auth
You will need to contact MultiSet Team before using this api's to approve your domain and avoid CORS issues
Authenticates a machine-to-machine client using Basic Authentication and returns an access token. The Basic Auth value should be constructed as: Base64(clientId:clientSecret)
Authorizations
AuthorizationstringRequired
Header parameters
UsernamestringRequired
Client ID for authentication
PasswordstringRequired
Client Secret for authentication
AuthorizationstringRequiredExample:
Basic authentication header. Format: "Basic " + Base64(clientId:clientSecret)
Basic dXNlcm5hbWU6cGFzc3dvcmQ=Body
stringOptional
Responses
200
Token generated successfully
application/json
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/m2m/tokenLast updated
Was this helpful?