📣 this endpoint provides a specific player under a project . In this GET request the project ID and player ID has to be provided✳ list of URL parameters
project_id = 36 character in length
player_id = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/<project_id>/players/<player_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
playerId
stringÂ
required
Example:
967bb2e1-bf97-4651-b65c-acefd4df84da
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/players/967bb2e1-bf97-4651-b65c-acefd4df84da'