# Publisher APIs

# POST Generate a Token

AMQP 1.0 and Kafka 1.0+ compatible.

# /publishers/{publisherId}/token

# Parameters

Name Located in Description Required Schema
publisherId path Publisher identifier Yes string

# Responses

Code Description Schema
201 A token was created successfully. ReingestionToken
400 Invalid request. Response will contain details about all encountered validation errors - i.e. request payload too large, malformed JSON, etc ServiceErrors
401 Not Authorized. Either the Access token is missing or the access token validation failed
403 Access Forbidden. Requesting entity does not have enough permissions to access the resource
429 Too many requests - indicates the user has sent too many requests in a given amount of time ServiceErrors
500 Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors ServiceErrors

# GET Get Publisher Details

# /publishers/{publisherId}

Name Located in Description Required Schema
publisherId path Publisher identifier Yes string

# Responses

Code Description Schema
200 Success PublisherDetails
400 Invalid request. Response will contain details about all encountered validation errors - i.e. request payload too large, malformed JSON, etc ServiceErrors
401 Not Authorized. Either the Access token is missing or the access token validation failed
403 Access Forbidden. Requesting entity does not have enough permissions to access the resource
404 Subscription with this id was not found
429 Too many requests - indicates the user has sent too many requests in a given amount of time ServiceErrors
500 Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors ServiceErrors
Last updated: 2/21/2022, 2:04:27 PM
Feedback