v1 Retrieve ID token
  • 26 Mar 2024
  • 1 Minute to read
  • Dark
    Light

v1 Retrieve ID token

  • Dark
    Light

Article Summary

Post
/v1/tenants/{tenantId}/authenticate

Retrieve ID token to be used in the Pub/Sub API

Path parameters
tenantId
stringRequired

The RapidIdentity Cloud tenant id

Body parameters

The API Key received when registering the RapidIdentity cloud tenant

object
apiKey
string Required

The api key received from registration. This key is used to receive the appropriate access token

Responses
200

200 response

Expand All
OneOf
InitiateAuthOutput
AuthenticationResult
object (AuthenticationResultType)
AccessToken
string
ExpiresIn
integer
IdToken
string
NewDeviceMetadataType
object (NewDeviceMetadataType)
DeviceGroupKey
string
DeviceKey
string
RefreshToken
string
TokenType
string
ChallengeName
string
ChallengeParameters
object
Session
string
ErrorBody
error
string
403

The request is not authorized. Check that an api key exists and that the api key is valid for the tenantId

object
error
string

Was this article helpful?