Authorisation Grant Types

Describes different types of authorisation mechanisms used to gain access to data or services.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 450

AuthorisationGrantTypeId is a unique field in the AuthorisationGrantType table. It is of type nvarchar and allows up to 450 characters of information. The field is a primary key and is used to uniquely identify each authorisation grant type.

string | null

The Name of data type nvarchar field with a maximum length of 64 bytes in the AuthorisationGrantType table stores the names of the authorisation grant types e.g. password, client_credentials, etc. It allows for an Unicode encoding for non-English characters.

string | null

The Description field of the AuthorisationGrantType table is an nvarchar data type and stores descriptive text about the grant type contained in the table. The text length is variable and may contain up to 2,000 characters.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!