Validate the username of the resouce owner
POST/oauth/username
Returns whether or not a username could have been validated.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OAuth username response
Response Headers
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.
must include: no-store
must be: no-cache
Bad Request - The format of the request was invalid.
Response Headers
always en
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.
i.e. "Bearer error='invalid_token'" according to RFC6750 section-3
Unauthorized - Either no token or an invalid (e.g., token expired) token was received.
Response Headers
always en
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.
i.e. "Bearer error='invalid_token'" according to RFC6750 section-3
Forbidden - A valid OAuth Token was received, but access was denied. (Depending on the security requirements, providers can return 404 instead)
Response Headers
always en
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.
i.e. "Bearer error='invalid_token'" according to RFC6750 section-3
Not Found - Either the endpoint does not exist or a requested resource is not yet available (e.g., account statements)
Response Headers
always en
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.
Internal Server Error
Response Headers
always en
Client defined ID from request to correlate HTTP requests between a client and a server
Indicates whether the response was created by the bLink platform or by the provider.