Metadata

List metadata

The user needs to be logged in to use this endpoint, click here to read more.

General API for storing metadata. The client can add custom data not found in ConnectID/Connect. By using GET-request you may see the data that are stored.

SecurityAuthorization_Code
Responses
200

OK

Response Schema: application/json
foo
string
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/customer/metadata
Request samples
Response samples
application/json
{
  • "foo": "some text"
}

Change metadata

The user needs to be logged in to use this endpoint, click here to read more.

General API for storing metadata. The client can add custom data not found in ConnectID/Connect. Clients will have to send the complete JSON-object when updating.

SecurityAuthorization_Code
Request
Request Body schema: application/json
foo
string
Responses
200

OK

Response Schema: application/json
foo
string
400

Bad Request

429

Too Many Requests

500

Internal Server Error

post/v1/customer/metadata
Request samples
application/json
{
  • "foo": "some text"
}
Response samples
application/json
{
  • "foo": "some text"
}

Remove metadata

The user needs to be logged in to use this endpoint, click here to read more.

General API for storing metadata. The client can add custom data not found in ConnectID/Connect. Clients will have to send the complete JSON-object when updating. Use this API to delete the objects.

SecurityAuthorization_Code
Responses
200

OK

Response Schema: application/json
foo
string
400

Bad Request

429

Too Many Requests

500

Internal Server Error

delete/v1/customer/metadata
Request samples
Response samples
application/json
{
  • "foo": "some text"
}